runtime.m.morebuf (field)

11 uses

	runtime (current package)
		runtime2.go#L554: 	morebuf gobuf  // gobuf arg to morestack
		stack.go#L979: 	if thisg.m.morebuf.g.ptr().stackguard0 == stackFork {
		stack.go#L982: 	if thisg.m.morebuf.g.ptr() != thisg.m.curg {
		stack.go#L983: 		print("runtime: newstack called from g=", hex(thisg.m.morebuf.g), "\n"+"\tm=", thisg.m, " m->curg=", thisg.m.curg, " m->g0=", thisg.m.g0, " m->gsignal=", thisg.m.gsignal, "\n")
		stack.go#L984: 		morebuf := thisg.m.morebuf
		stack.go#L993: 		morebuf := thisg.m.morebuf
		stack.go#L1012: 	morebuf := thisg.m.morebuf
		stack.go#L1013: 	thisg.m.morebuf.pc = 0
		stack.go#L1014: 	thisg.m.morebuf.lr = 0
		stack.go#L1015: 	thisg.m.morebuf.sp = 0
		stack.go#L1016: 	thisg.m.morebuf.g = 0